} private Cursor getCursor() { Cursor cursor = Tortoise.getBackgroundWindow().getWindow().getCursor(); return cursor; } }
} private Cursor getCursor() { return Tortoise.getBackgroundWindow().getCanvas().getCursor(); } }